Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22569 | GEN008260 | SV-46036r2_rule | Medium |
Description |
---|
LDAP can be used to provide user authentication and account information, which are vital to system security. The LDAP client configuration must be protected from unauthorized modification. |
STIG | Date |
---|---|
SUSE Linux Enterprise Server v11 for System z | 2017-08-25 |
Check Text ( C-43307r2_chk ) |
---|
Identify the LDAP TLS Certificate file: # cat TLSCACertificatePath TLSCACertificateFile TLSCertificateFile For each TLSCACertificateFile and TLSCertificateFile defined in the configuration file, verify the file permissions: # ls -la If the mode of the file is more permissive than 0644, this is a finding. |
Fix Text (F-39397r2_fix) |
---|
Change the mode of the file: # chmod 0644 |